home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / synchronize / wndsync_setup.exe / install_script.iss
Text File  |  2006-09-04  |  3KB  |  71 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Synchronize It!
  5. AppVerName=Synchronize It! 3.2
  6. AppId=Synchronize It!
  7. AppVersion=3.2
  8. AppPublisher=Grig Software
  9. AppPublisherURL=http://www.grigsoft.com/
  10. DefaultDirName={pf}\Synchronize It!
  11. DefaultGroupName=Synchronize It!
  12. UninstallDisplayIcon={app}\wndsync.exe
  13. UninstallDisplayName=Synchronize It!
  14. OutputBaseFilename=wndsync_setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. DisableProgramGroupPage=yes
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\wndsync.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\wndsync.chm"; DestDir: "{app}"; 
  24. Source: "{app}\wndsync.arc"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  25. Source: "{app}\register.url"; DestDir: "{app}"; 
  26. Source: "{app}\wndsync.reg"; DestDir: "{app}"; Tasks: reg; 
  27. Source: "{app}\wndsync.ini"; DestDir: "{app}"; Tasks: noesc; 
  28.  
  29. [Registry]
  30. Root: HKCU; Subkey: "Software\grigsoft.com"; Flags: uninsdeletekeyifempty 
  31. Root: HKCU; Subkey: "Software\grigsoft.com\Synchronize It!"; Flags: uninsdeletekey 
  32. Root: HKCU; Subkey: "Software\grigsoft.com\Synchronize It!\options"; ValueName: "AM"; ValueType: String; ValueData: "2|e141|201001b"; Tasks: noesc; Flags: uninsdeletekey 
  33.  
  34. [Run]
  35. Filename: "{app}\wndsync.exe"; Description: "Launch Synchronize It!"; Flags: postinstall nowait
  36.  
  37. [UninstallRun]
  38. Filename: "http://www.grigsoft.com/wndsync-uninstall.htm"; Flags: shellexec nowait
  39.  
  40. [Icons]
  41. Name: "{group}\Synchronize It!"; Filename: "{app}\wndsync.exe"; 
  42. Name: "{group}\Help"; Filename: "{app}\wndsync.chm"; 
  43. Name: "{group}\Register It!"; Filename: "{app}\register.url"; 
  44. Name: "{userdesktop}\Synchronize It!"; Filename: "{app}\wndsync.exe"; Tasks: desk; 
  45. Name: "{group}\Uninstall Synchronize It!"; Filename: "{uninstallexe}"; 
  46.  
  47. [Tasks]
  48. Name: "reg"; Description: "Use Registry to store settings (recommended for corporate environment)"; GroupDescription: "Additional options:"; 
  49. Name: "noesc"; Description: "Close application by ESC"; GroupDescription: "Additional options:"; 
  50. Name: "desk"; Description: "Add Desktop shortcut"; GroupDescription: "Additional shortcuts:"; 
  51.  
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\wndsync.ini"; 
  54. Type: files; Name: "{app}\wndsync.reg"; 
  55.  
  56. [CustomMessages]
  57. default.NameAndVersion=%1 version %2
  58. default.AdditionalIcons=Additional icons:
  59. default.CreateDesktopIcon=Create a &desktop icon
  60. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  61. default.ProgramOnTheWeb=%1 on the Web
  62. default.UninstallProgram=Uninstall %1
  63. default.LaunchProgram=Launch %1
  64. default.AssocFileExtension=&Associate %1 with the %2 file extension
  65. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  66.  
  67. [Languages]
  68. ; These files are stubs
  69. ; To achieve better results after recompilation, use the real language files
  70. Name: "default"; MessagesFile: "embedded\default.isl"; 
  71.